Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/058-3D product card/

images /cody/solygambas/html-css-javascript-projects/058-3D product card/images/
1 Items
  • adidas.png
  • index.html /cody/solygambas/html-css-javascript-projects/058-3D product card/index.html
    360 Views
    0 Comments
    <!-- Awesome 3D ANIMATION Javascript Tutorial! by Simo Edwin - Dev Ed (2020)
    see: https://www.youtube.com/watch?v=XK7T3mY1V-w --
    script.js /cody/solygambas/html-css-javascript-projects/058-3D product card/script.js
    257 Views
    0 Comments
    // Movement Animation to happen
    const card = document.querySelector(".card");
    const container = document.querySelector(".contain
    style.css /cody/solygambas/html-css-javascript-projects/058-3D product card/style.css
    196 Views
    0 Comments
    @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

    * {
    box-sizing: border-box;
    marg